ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc.Sheet Namespace / BoundSheet<T> Class / BoundSheet<T> Constructor / BoundSheet<T> Constructor()






In This Topic
    BoundSheet<T> Constructor()
    In This Topic
    Creates one BoundSheet<T> instance.
    Syntax
    'Declaration
     
    
    Public Function New()
    'Usage
     
    
    Dim instance As New BoundSheet(Of T)()
    public BoundSheet<T>()
    public BoundSheet<T>(); 
    public function BoundSheet<T>();
    public: BoundSheet<T>();
    public:
    BoundSheet<T>();
    See Also